Determine Intersection
Command Prototype
bRet = Set.IsDisjoint(ObjSet,ObjSet1)
Command Description
Determine if there is an intersection, and return true if there is, return false if there is not
Parameter Description
- Required Parameter
- ObjSet--The set object to operate on
- ObjSet1--The sets to compare for intersections
- return
- bRet--The variable used to save the output of the function call